unsafe code blocks meaning in English
不安全代码块
Examples
- Operator can only be used in unsafe code blocks
运算符只能在不安全代码块中使用。 - Allow unsafe code blocks
允许不安全代码块 - Unsafe code blocks
不安全代码块 - In an unsafe code block , it is now possible to declare fixed - size structures with embedded arrays
在不安全的代码块中,现在可以声明包含嵌入数组的固定大小结构。 - Now let ' s put it all together into an easy - to - use 8bit image access class . remember to allow unsafe code blocks before compiling
先让我们把它们和在一起成为一个使用8位图像的程序片段。记住在计算之前要解除不安全代码锁定。